ShowSelectAllCheckbox Property (MultiSelect<T>)
In This Topic
Gets or sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
Syntax
'Declaration
Public Property ShowSelectAllCheckbox As Boolean
public bool ShowSelectAllCheckbox {get; set;}
See Also